.page {
	padding-bottom: 50px;
	height: auto;
}


.title {
	width: 100%;
	height: 52px;
	/* background-image: url("../img/haojiyoujulebu.png");
    background-size: 100% 100%; */
	display: flex;
	/* background: #cccccc; */
	/* overflow: hidden; */
	margin-top: 25px;
	position: relative;
}

.titlle-icon {
	margin-left: 50px;
	margin-top: 10px;
	width: 38px;
	height: 38px;
}

.title>h6 {
	font-size: 40px;
	color: #000000;
	margin-left: 15px;
	margin-top: 10px;
}

.title>span {
	font-size: 24px;
	color: #ffffff;
	margin-left: 15px;
	margin-top: 18px;
	padding: 4px 10px;
	background: #59beff;
	border-radius: 13px;
	overflow: hidden;
	text-align: center;
}

.bgradius {
	width: 10px;
	height: 10px;
	position: absolute;
	left: 278px;
	top: 0;
}

.undeline {
	width: 159px;
	height: 13px;
	position: absolute;
	left: 106px;
	top: 56px;
}


.exchange-title {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
}

.exchange-icon {
	display: flex;
	align-items: center;
	height: 25px;
}

.exchange-img {
	width: 43px;
	height: 25px;
}

.exchange-text {
	font-size: 24px;
	color: #000000;
	margin-left: 10px;
}

.more>a {
	color: #7a7a7a;
	font-size: 24px;
}

.banner-title {
	display: flex;
	align-items: center;
	height: 23px;
}

.banner-imgs {
	width: 46px;
	height: 23px;
}

.banner-text {
	font-size: 24px;
	color: #000000;
	margin-left: 10px;
}

.broadcast {
	display: flex;
	align-items: center;
	height: 25px;
}

.broadcast-img {
	width: 46px;
	height: 25px;
}

.broadcast-text {
	font-size: 24px;
	color: #000000;
	margin-left: 10px;
}

.exchange-line{
	display: block;
	width: 710px;
	height: auto;
	margin: 16px auto;
}

.banner-main {
	margin: 0 auto;
	margin-bottom: 50px;
	margin-top: 28px;
	width: 705px;
	height: auto;
	overflow: hidden;
	position: relative;
}

.banner-main_txt {
	font-size: 24px;
	padding: 6px 12px;
	margin-top: 10px;
	box-sizing: border-box;
}

.banner-main_txt span {
	display: inline-block;
	padding: 6px 12px;
	margin: 0 10px 0 0;
	color: #ffffff;
	border-radius: 10px;
	background-color: #59beff;
}

.banner-main a img {
	border-radius: 15px;
}

.time {
	width: 181px;
	height: 24px;
	line-height: 24px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: url('../img/time.png');
	background-size: 100% 100%;
	text-align: center;
	color: #ffffff;
	font-size: 20px;
}

.main-list {
	/* display: flex; */
	width: 710px;
	margin: 0 auto;
	border-bottom: 2px dashed #dfdfdf;
	padding-bottom: 30px;
}

.list {
	width: 345px;
	display: inline-block;
	margin-top: 20px;
	vertical-align: top;
}

.list:nth-child(2n+2) {
	/* background: red; */
	margin-left: 12px;
}

.list-img {
	width: 345px;
	height: 270px;
	overflow: hidden;
	border-radius: 15px;
	background: #ededed;
}

.list-name {
	display: inline;
	padding: 3px 8px;
	background: #59beff;
	text-align: center;
	font-size: 20px;
	color: #ffffff;
	border-radius: 4px;
}

.list-text {
/* 	width: 310px;
	padding-left: 30px;
	margin-top: 30px; */
	margin-top: 29px;
}

.list-text>h6 {
	margin-top: 15px;
	font-size: 24px;
	height: 70px;
	line-height: 35px;
	color: #000000;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;

}

.list-text>p {
	margin-top: 10px;
	font-size: 20px;
	color: #7a7a7a;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}